Voxco · Example Payload

Put Codebooks_{Codebookkey}_Codes Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Put Codebooks_{Codebookkey}_Codes Response 200 is an example object payload from Voxco, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

failedCodescodebookKeycodebookerrorMessage

Example Payload

Raw ↑
{
  "failedCodes": [
    {
      "key": "1234569",
      "errorMessage": "Some error happens during updating of code with key '1234569'."
    }
  ],
  "codebookKey": 0,
  "codebook": [
    {
      "key": 1234567,
      "description": "New Description for the code with key 1234567",
      "inputId": "101",
      "outputId": "101",
      "regexPattern": null,
      "color": "#00FF00",
      "children": null
    },
    {
      "key": 1234568,
      "description": "New Description for the code with key 1234568",
      "inputId": "102",
      "outputId": "102",
      "regexPattern": null,
      "color": "#FF0000",
      "children": null
    },
    {
      "key": 1234569,
      "description": "New Description for the code with key 1234569",
      "inputId": "103",
      "outputId": "103",
      "regexPattern": "\\bnothing\\b",
      "color": "#00CCCC",
      "children": null
    }
  ],
  "errorMessage": null
}